More tiny documentation typo fixes.
authorMurray Cumming <murrayc@murrayc.com>
Wed, 23 Feb 2011 10:09:20 +0000 (11:09 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 23 Feb 2011 10:09:20 +0000 (11:09 +0100)
gtk/gtkstylecontext.c
gtk/gtkstyleprovider.c

index 95ef77cbaf58aefde3ea2600e9afdcf1805830d4..058f7525c10d9948bc2e0be3b3ca30e310b6bc8d 100644 (file)
  * can be either attached explicitly to the context through
  * gtk_style_context_add_provider(), or to the screen through
  * gtk_style_context_add_provider_for_screen(). The resulting style is a
- * combination of all provider's information in priority order.
+ * combination of all providers' information in priority order.
  *
  * For GTK+ widgets, any #GtkStyleContext returned by
  * gtk_widget_get_style_context() will already have a #GtkWidgetPath, a
- * #GdkScreen and RTL/LTR information set, the style context will be also
+ * #GdkScreen and RTL/LTR information set. The style context will be also
  * updated automatically if any of these settings change on the widget.
  *
- * If you are using are the theming layer standalone, you will need to set a
+ * If you are using the theming layer standalone, you will need to set a
  * widget path and a screen yourself to the created style context through
  * gtk_style_context_set_path() and gtk_style_context_set_screen(), as well
  * as updating the context yourself using gtk_style_context_invalidate()
index d43808f1aa31aef661276b67ec0332a04962168d..cad10876f7f40d98589aedfb626a9fd39e5a0c61 100644 (file)
@@ -29,8 +29,8 @@
  * @Title: GtkStyleProvider
  * @See_also: #GtkStyleContext, #GtkCssProvider
  *
- * GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext,
- * see gtk_style_context_add_provider() and gtk_style_context_add_provider_for_screen().
+ * GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext.
+ * See gtk_style_context_add_provider() and gtk_style_context_add_provider_for_screen().
  */
 
 static void gtk_style_provider_iface_init (gpointer g_iface);